home *** CD-ROM | disk | FTP | other *** search
- // Copyright: ©1993 Apple Computer, Inc. All rights reserved.
- // Author: Victor J. Hnyp
- // Date: 16-Nov-92
-
-
- #pragma load "AllHeaders.dump"
-
- #include "Utility.h"
- #include "Proto.h"
- #include "Context.h"
- #include "Finder.h"
-
- /* ------------------ Forward Declaration ---------------- */
-
- pascal OSErr main(ContextSelectorPtr msg, Size inSize, void* outMessage, Size* outSize, Handle /*startGlobals*/)
- {
- return(noErr);
- }